home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_122_SHARED-Glossary.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  478 b   |  20 lines

  1. on mouseDown me
  2.   puppetSound("Single Click")
  3.   set the castNum of sprite the spriteNum of me to the number of member "glossaryBTN dn"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite the spriteNum of me to the number of member "glossaryBTN"
  9.   updateStage()
  10.   openGlossaryWindow()
  11. end
  12.  
  13. on mouseEnter me
  14.   member("rolloverDisplayText").text = "Open Glossary"
  15. end
  16.  
  17. on mouseLeave me
  18.   member("rolloverDisplayText").text = " "
  19. end
  20.